.footer{
    background-color: #ffd700;
}

.footer .container{
    padding: 0;
}

.footer-all{
    padding: 50px 0;
}

.footer-title{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 35px;
}

.footer-all ul li{
    padding-bottom: 20px;
}

.footer-all ul li a{
    font-size: 16px;
    color: #2e2e2e;
    text-decoration: none;
}

.footer-info{
    padding-bottom: 30px;
    font-size: 15px;
    color: #2e2e2e;
}

.finfo-title{
    padding-bottom: 10px;
}

.wechat{
    text-align: center;
    line-height: 40px;
}

.erweima{
    display: none;
    position: relative;
}

.erweima a{
    position: absolute;
    top: -15px;
    right: 15px;
    text-decoration: none;
    font-size: 18px;
}



.footer-about{
    padding: 60px 0;
}

.fabout-title{
    font-size: 20px;
    color: #2e2e2e;
    font-weight: bold;
    padding-bottom: 38px;
}

.footer-about a{
    text-decoration: none;
    padding-right: 60px;
    line-height: 30px;
    font-size: 16px;
}

.footer-about a img{
    margin-top: -5px;
}

.footer-about a:nth-child(2){
    padding-left: 0;
}





.footer-bootom{
    background-color: #2e2e2e;
    line-height: 50px;
}

.footer-bootom .container{
    padding: 0; 
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.footer-bootom .container a{
    color: #fff;
    text-decoration: none;
}

.fb-left{
    width: 80%;
}

.fb-right{
    width: 20%;
}

.fb-left span{
    padding: 0 15px;
}

.fb-left span:first-child{
    padding-left: 0;
}

.fb-right span{
    padding: 0 15px;
}

.fb-left a{
    padding: 0 15px;
}

.fb-right a{
    padding: 0 15px;
}



@media(max-width:1120px){
    .footer-all .row{
        margin: 0;
    }
    .wechat{
        display: none;
    }
    .footer-about{
        padding: 15px;
    }
    .footer-about a{
        padding-right: 15px;
    }
    .footer-bootom .container{
        display: block;
    }
    .fb-left{
        width: 100%;
        padding: 15px;
    }
    
    .fb-right{
        width: 100%;
    }
}

@media(max-width:512px){
    .footer-title{
        padding-top: 60px;
    }
    .fabout-title{
        padding-top: 30px;
    }
}